Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase.Enumerator<T> Structure / MoveNext Method


In This Topic
    MoveNext Method
    In This Topic
    Advances the enumerator to the next element of the collection.
    Syntax
    'Declaration
     
    
    Public Function MoveNext() As Boolean
    'Usage
     
    
    Dim instance As ListBase.Enumerator(Of T)
    Dim value As Boolean
     
    value = instance.MoveNext()
    public bool MoveNext()

    Return Value

    true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
    See Also